home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / CBK_621.ZIP / UPGRADE.DOC < prev   
Encoding:
Text File  |  1996-02-23  |  7.9 KB  |  214 lines

  1.  
  2.  ┌───────────────────────────────────────────────────────────────────────────┐
  3.  │  CALLBACK  v6.21(p)                                Copyright 1989 - 1995  │
  4.  │                     MAX 3.00 User Verification System.                    │
  5.  └───────────────────────────────────────────────────────────────────────────┘
  6.  
  7.  
  8.  6.1 to 6.2 Upgrade Instructions
  9.  ────────────────────────────────
  10.  
  11.  1.  Remove or Comment out with a SemiColon the following entries in your
  12.      Callback.Cfg file.  These are NOT used anymore with CallBack 6.20.
  13.  
  14.             AreaCode  <number>
  15.          UseAreaCode  <Y or N>
  16.  
  17.  
  18.  
  19.  2.  Add and Configure the Following Entries into your CallBack.Cfg file in
  20.      the 'CALL VARIABLES' Section after TollCalls.
  21.  
  22. ;
  23. ;
  24. ;Zone        -> This is the Zone for your Phone Number.  Some examples are:
  25. ;              
  26. ;                    Zone  1  =  USA and Canada
  27. ;                    Zone 44  =  United Kingdom
  28. ;                    Zone 61  =  Australia
  29. Zone 1
  30. ;
  31. ;
  32. ;PhoneFormat -> The AreaCode/Number format of your areas Phone Numbers.
  33. ;                  Usage:  PhoneFormat ###/###-####
  34. ;                  Where:  ###/ is the AreaCode.
  35. ;                          ###- is the phone number Prefix.
  36. ;                          #### is the phone number Suffix.
  37. ;
  38. ;               Examples:
  39. ;                         ###/###-####    USA, Some Canada and UK  (Default)
  40. ;                         ####/###-###    UK
  41. ;                           #/###-####    Australia
  42. ;                          #/####-####    Australia
  43. PhoneFormat ###/###-####      
  44. ;
  45. ;
  46. ;
  47. ;DialControl -> This is the Drive:Path\Filename of your NodeList Control
  48. ;               table such as FDNODE.CTL, MDNC.CTL, QNODE.CTL, PARSELST.CTL
  49. ;               Etc. that use a Dial control table.  CallBack will look
  50. ;               for the first 4 letters of the word DIAL, Left Justified,
  51. ;               such as FDNODE.CTL's DIAL, MDNC.CTL's DIAL, or QNODE's
  52. ;               DIALcost, etc. and that end with the Word END.
  53. ;               If you use something that does not conform to this standard,
  54. ;               then create one using the sample DIAL.CTL file.
  55. DialControl Q:\MAX\IM\NODELIST\FDNODE.CTL
  56. ;
  57. ;
  58.  
  59.  
  60.  
  61.  3.  If you are not using a Compatible NodeList Control File with a Dial
  62.      Control Table, Edit the Sample DIAL.CTL file to reflect your Dialing
  63.      needs and install it into your CallBack Subdirectory.  Point the
  64.      Above DialControl <drive:path\filename> to this file.
  65.  
  66.         Example of a Compatible Dial Control File.
  67.  
  68.            DIAL  <optional international number not used by CallBack>
  69.              1-520-            ;Would Strip 1-520- from all 1-520- numbers.
  70.              1-213-883-  883-  ;Would Strip 1-213- from all 1-213-883- 
  71.                                ;numbers.
  72.              1-602-      602-  ;Would Strip 1- From all 1-602- numbers.
  73.            END
  74.  
  75.  
  76.  
  77.  
  78.  4.  Remove all @<number> from your CallBack.Cfg  'AreaCodeOK',  these
  79.      will now be handled through your DIAL.CTL file.  The New Required
  80.      Parameters for the AreaCodeOK command is as Follows.
  81.  
  82.         AreaCodeOK
  83.           <list>
  84.         END
  85.            The  Area  Codes  in  which you wish to over-ride your Dial 
  86.            Control file and allow verification even  though  you  have 
  87.            your  TollCalls  N  enabled.  Any  entry  in this area MUST 
  88.            match your DIAL.CTL Dial Control File  entries.  Up  to  50 
  89.            entries  are  permissible,  and  finish  it  with  the  END
  90.            command.    This is useful for allowing Non-Toll Calls that
  91.            require the use of a Area Code.
  92.  
  93.            For Example,  if you wish to allow calling to  all  602-883 
  94.            numbers, you would list it as follows in the example.  
  95.  
  96.            If you wish to allow all of 213's Area Code, then you would 
  97.            list it as follows in the example.  
  98.  
  99.            If you wish to allow all 1-800 numbers,  list it as follows 
  100.            in the example.  
  101.  
  102.            EXAMPLE:
  103.  
  104.                AreaCodeOK
  105.                602-883
  106.                213
  107.                1-800
  108.                END
  109.  
  110.            The above will work fine if you Strip the 1- or not in your 
  111.            Dial Control table, but if you list it as 1-602-883 and you
  112.            do Strip the 1- in your Dial Control table,  Callback would
  113.            not see  this entry,  so it is recommended  to NOT use  the
  114.            Zone unless  you  carefully  match  these  entries  to your
  115.            Dial Control table.
  116.  
  117.  
  118.  
  119.  5.  If you use a MECCA Questionnaire File, and Load CallBack from this
  120.      File, add the following just prior to Loading CallBack.
  121.  
  122.            [OPEN]nul
  123.  
  124.      Example of a MECCA CallBack File,  Notice the  [OPEN]nul  prior to
  125.      loading Callback.
  126.  
  127.  
  128. [rip][link]q:\max\rip\cbk.rbs [endrip]
  129. [cls]
  130. [lline][white][lf][lf][lf]     Sorry, You have already been Registered....
  131. [lline][lf][lf][lf]     [enter]
  132. [lline][lf][lf][lf][goto TheEnd]
  133. [lightgreen]
  134.  
  135.    Welcome to the PlayNet BBS Network [user],
  136.  
  137.    This Questionnaire will ask PERSONAL  questions  and  must  be  answered
  138.    COMPLETELY and ACCURATELY for Validation.   You Will Not have Privileges
  139.    for UpLoading,  DownLoading,  or Entering Messages  until you  have been
  140.    verified.
  141.  
  142.  
  143.    Do you wish to continue, Y)es or N)o: [menu]abcdefghijklmnopqrstuvwxyz?/,.'";:{}~!@#$%^&*()-_[]|
  144. [choice]y [goto process]
  145.  
  146.  
  147.        [lightmagenta]When you wish to be validated, Please give this a try again.
  148.  
  149.  
  150. [white]
  151. [enter]
  152. [rip][link]q:\max\rip\enter.rip [endrip]
  153. [goto TheEnd]
  154. [/process]
  155. [cls][lightgreen]
  156. [delete]z:\answers.tmp
  157. [open]z:\answers.tmp
  158. [post]
  159.  
  160.  
  161.    REMEMBER,  This  Questionnaire  must be completed for registration,  and 
  162.    validation purposes.  Please take the time to answer this Completely and 
  163.    Accurately,  or Validation cannot  commence!  All  information  will  be 
  164.    strictly confidential as required by the law.  Any Incomplete,  or False 
  165.    information you give will void your application.
  166.  
  167. [white]   Note:  DO NOT Abbreviate!
  168.  
  169. [ansopt]
  170. [/quest1 locate 14 1][lightgreen]     Your REAL FIRST & LAST Name: [white readln]NAME
  171. [ifentered]  [goto quest1]
  172. [/quest2 locate 15 1][lightgreen]             Your Street Address: [white readln]ADDRESS
  173. [ifentered]  [goto quest2]
  174. [/quest3 locate 16 1][lightgreen]                Your City, State: [white readln]CITY/ST
  175. [ifentered]  [goto quest3]
  176. [/quest4 locate 17 1][lightgreen]                        Zip code: [white readln]ZIP_CODE
  177. [ifentered]  [goto quest4]
  178. [/quest5 locate 18 1][lightgreen]         Type of PC calling from: [white readln]PC-TYPE
  179. [ifentered]  [goto quest5]
  180. [/quest6 locate 19 1][lightgreen]   Your Gender, [white]M[lightgreen])ale or [white]F[lightgreen])emale: [white cleol menu]abcdefghijklmnopqrstuvwxyz1234567890|
  181. [choice]m [store]GENDER   
  182. [choice]m [goto quest7]
  183. [choice]f [store]GENDER   
  184. [choice]f [goto quest7]
  185. [goto quest6]
  186. [/quest7 locate 20 1][lightgreen]                        Your AGE: [white readln]AGE
  187. [ifentered]  [goto quest7]
  188. [/quest8 cls][lightgreen]
  189.  
  190.    This Next  Question  [white]Must [lightgreen]be the  BBS name that you  seen us on,  or the
  191.    [white]Persons Name [lightgreen]if you were referred to us by another person.
  192.  
  193.    Where did you hear about us ? [white readln]REFERRAL
  194. [ifentered]  [goto quest8]
  195. [cls][white]
  196.  
  197.    Do  you  agree  and  verify  that  all  of  your  above  answers to this 
  198.    questionnaire  are TRUE and you did not make any  false statements,  and
  199.    you are not employed by, or representing any Local, State or Federal Law
  200.    Enforcement Agencies ?
  201.  
  202.      [lightgreen]Choice:  [white]Y [lightgreen]or [white]N > [cleol menu]abcdefghijklmnopqrstuvwxyz1234567890|
  203. [choice]y [store]My Answers Are True   
  204. [choice]y [goto quest9]
  205. [open]nul
  206. [delete]z:\answers.tmp
  207. [cls][goto TheEnd]
  208. [open]nul
  209. [cls][xtern_dos]@z:\callback.exe q:\max\callback
  210. [clear_stacked]
  211. [mex]m\cbkmail 1
  212. [/TheEnd]
  213.  
  214.